home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 2.iso / textproc / _j2 / drhelpe5 / drhelp.hpj < prev    next >
Text File  |  1993-09-08  |  940b  |  40 lines

  1. ;Default project file. Comments start with a ;
  2. [OPTIONS]
  3. compress=on
  4. warning=3
  5. ;Try creating an icon for your new Help file
  6. icon=default.ico
  7. ;change the next line to suit your file
  8. title=Help for Doctor Help
  9. ;change the copyright to suit yourself
  10. copyright=⌐ Roger Hadgraft, 1993
  11. errorlog=DRHELP.LOG
  12.  
  13. [FILES]
  14. DRHELP.rtf
  15.  
  16. [CONFIG]
  17. CreateButton("btn_up", "&Up", "IfThenElse(IsMark(`L 4'),`GotoMark(`L 3')',`IfThenElse(IsMark(`L 3'),`GotoMark(`L 2')',`IfThenElse(IsMark(`L 2'),`GotoMark(`L 1')',`IfThen(IsMark(`L 1'),`Contents()')')')')")
  18. CreateButton("btn_menu", "Men&u", "Contents()")
  19. BrowseButtons()
  20. CreateButton("btn_annotate", "&Annotate", "Annotate()")
  21.  
  22. [Map]
  23. #include <DRHELP.MAP>
  24.  
  25. [Doctor Help]
  26. MaxHeader=7
  27. ExactMatch=0
  28. UseOldPhraseTable=0
  29. RevisionDates=0
  30. ErrorFile=1
  31. ScreenUpdate=0
  32. SplitTitle=1
  33. SaveRate=50
  34. Separators=,()[]-&!?"
  35. NewStyles=1
  36. UpButton=1
  37. MenuButton= 0
  38. AnnotateButton= 1
  39. Monitor= 0
  40.